-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description of bug
Not sure about the native use case (haven't looked into that) but we had this untill now
CppInterOp/lib/Interpreter/CMakeLists.txt
Lines 7 to 11 in 59b7c11
add_llvm_library(clangCppInterOp | |
SHARED | |
CppInterOp.cpp | |
CXCppInterOp.cpp |
I guess we all assumed that this was enough to have symbols out of CXCppInterOp.cpp being exposed just like the other source files.
But recently while reviewing #483 I realized that not even a single symbol out of this file is being exported.
This is the reason, these symbols have been manually exported in the PR
https://github.com/compiler-research/CppInterOp/pull/483/files#diff-054935aee7c0887220251f89b2179dbc4a0c418a69bca9f74854305ae7c0f967R31-R37
What operating system was you using when the bug occured?
Other
What is the architechture of the cpu on your system?
Other
What did you build CppInterOp against?
Clang-repl (LLVM19)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working