[PATCH] D139932: Use different export file when linking with dylib

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 06:22:26 PST 2022


jhuber6 added inline comments.


================
Comment at: llvm/tools/remarks-shlib/CMakeLists.txt:16
+    set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/Remarks.exports)
+  endif()
 
----------------
Aren't these the same? Why the `else`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139932/new/

https://reviews.llvm.org/D139932



More information about the llvm-commits mailing list