[PATCH] D159167: [clang-repl][Orc] Export executable symbols in ClangReplInterpreterExceptionTests

Kai Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 22:24:35 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGca8d2533c79c: [clang-repl][Orc] Export executable symbols in… (authored by lkail).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159167

Files:
  clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt


Index: clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
===================================================================
--- clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
+++ clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
@@ -22,3 +22,5 @@
   clangFrontend
   )
 add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers)
+
+export_executable_symbols(ClangReplInterpreterExceptionTests)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159167.556623.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230913/b9174e33/attachment-0001.bin>


More information about the cfe-commits mailing list