diff options
author | Petr Hosek <phosek@google.com> | 2023-09-21 11:57:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 11:57:18 -0700 |
commit | 4dec62f4d4a0a496a8067e283bf66897fbf6e598 (patch) | |
tree | fe3f2a06d2b08c24aee9bf5eb24f9ae4bc23065b /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 9744d396f8823eaeb15c856f2fa45d8dd4f1d60b (diff) | |
download | llvm-4dec62f4d4a0a496a8067e283bf66897fbf6e598.zip llvm-4dec62f4d4a0a496a8067e283bf66897fbf6e598.tar.gz llvm-4dec62f4d4a0a496a8067e283bf66897fbf6e598.tar.bz2 |
[builtins][CMake] Replace custom target for lse_builtin symlinks (#66936)
Using custom target with BYPRODUCTS results in symlinks being recreated
on every build (the build is always dirty). We could instead use custom
commands to generate the symlinks and by adding the output to the list
of sources, build system will ensure those are created as needed.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions