This revision was automatically updated to reflect the committed changes.
Closed by commit rG54d82255fd27: Change tests to use -S instead of -c to work
when an external assembler is used… (authored by dyung).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Interesting, indeed, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74104/new/
https://reviews.llvm.org/D74104
_
dyung added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74104/new/
https://reviews.llvm.org/D74104
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-b
dyung created this revision.
dyung added a reviewer: NoQ.
dyung added a project: clang.
Herald added a subscriber: Charusso.
These tests currently call -c which requires an assembler, and will fail if
your target defaults to an external assembler that is not present in the test
environment. It d