diff options
author | Jason Molenda <jmolenda@apple.com> | 2025-05-13 18:14:57 -0700 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2025-05-13 18:14:57 -0700 |
commit | b8ba9636f0f46a02ebe3ab369fe6b47703f45ba6 (patch) | |
tree | ecb4e1d4d591de5fd78af4cbcd260b0510afd552 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 30b428aaa8e85ee307e3c0ef0ffb5c5092dbcb5f (diff) | |
download | llvm-b8ba9636f0f46a02ebe3ab369fe6b47703f45ba6.zip llvm-b8ba9636f0f46a02ebe3ab369fe6b47703f45ba6.tar.gz llvm-b8ba9636f0f46a02ebe3ab369fe6b47703f45ba6.tar.bz2 |
[lldb] don't run TestUnwindFramelessFaulted.py on Linux
I thought I could call $(CPP) to preprocess the assembly
file, but the aarch64-ubuntu bot runs this as clang -E and
it issues a warning and no output file, apparently,
build/bin/clang -E -o interrupt-and-trap-funcs.s /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/unwind/frameless-faulted/interrupt-and-trap-funcs.s
clang: warning: /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/unwind/frameless-faulted/interrupt-and-trap-funcs.s: 'assembler' input unused [-Wunused-command-line-argument]
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang -g -O0 -c -o interrupt-and-trap-funcs.o interrupt-and-trap-funcs.s
clang: error: no such file or directory: 'interrupt-and-trap-funcs.s'
clang: error: no input files
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions