We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5250a7 commit 563f6c5Copy full SHA for 563f6c5
.github/workflows/Windows.yml
@@ -357,6 +357,7 @@ jobs:
357
mkdir build
358
cd build
359
$env:CPPINTEROP_BUILD_DIR="$env:PWD_DIR"
360
+ $env:LDFLAGS="-Wl,--allow-multiple-definition"
361
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR"
362
echo "CPPINTEROP_BUILD_DIR=$env:CPPINTEROP_BUILD_DIR" >> $env:GITHUB_ENV
363
if ( "${{ matrix.cling }}" -imatch "On" )
lib/Interpreter/CMakeLists.txt
@@ -136,9 +136,6 @@ else()
136
${link_libs}
137
)
138
else()
139
- set_target_properties(clangCppInterOp PROPERTIES
140
- LINK_FLAGS "-Wl,--allow-multiple-definition"
141
- )
142
llvm_add_library(clangCppInterOp
143
DISABLE_LLVM_LINK_LLVM_DYLIB
144
CppInterOp.cpp
0 commit comments