diff options
| author | Stella Laurenzo <stellaraccident@gmail.com> | 2023-06-20 13:03:46 -0700 |
|---|---|---|
| committer | Stella Laurenzo <stellaraccident@gmail.com> | 2023-06-20 14:14:15 -0700 |
| commit | f55fd19b6b565827af5fbf504952dcc35b8b7360 (patch) | |
| tree | d3521aad4ba144da7c1052ca49e7cd341228bccc /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | |
| parent | 7ab749c3a8e9d48fb499c90303fd7a0084d1b217 (diff) | |
Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_INTDIR var.
It looks like MLIR is using the more modern CMAKE_LIBRARY_OUTPUT_DIRECTORY, but AddLLVM still uses this older LLVM specific alias.
In the specific case I was running into, the empty variable was causing `-Wl,-rpath-link,` on the command line, causing the following argument to be swallowed. This was maddening, because the following argument was the .o file containing `main` and I was getting `main` undefined errors when it was clearly there. This is egregious enough that I chose to guard it.
Differential Revision: https://reviews.llvm.org/D153373
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
