[PATCH] D100081: LLJITWithRemoteDebugger: fix CMake when utils are not built
Mara Sophie Grosch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 26 07:25:43 PDT 2021
LittleFox94 added a comment.
Thanks for your review :)
I cannot commit to the repository myself, can you commit this for me?
Author for commit: `Mara Sophie Grosch <littlefox at lf-net.org>`
================
Comment at: llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt:12
)
-add_llvm_example(LLJITWithRemoteDebugging
- LLJITWithRemoteDebugging.cpp
- RemoteJITUtils.cpp
+if ( LLVM_INCLUDE_UTILS )
+ add_llvm_example(LLJITWithRemoteDebugging
----------------
sgraenitz wrote:
> Is this a whitespace change?
no idea, in my git commit that line is unchanged o.o
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100081/new/
https://reviews.llvm.org/D100081
More information about the llvm-commits
mailing list