Use target-specific flags for building AArch64 non-runnable tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Overall LGTM, but the same changes must be applied to x86 folder of course
bolt/test/AArch64/double_jump.cpp | ||
---|---|---|
55 | Although it will probably built, but I sugget _start here |
Comment Actions
BTW we may want to use -Wl,--unresolved-symbols=ignore-all option to minimize the test changes and overcome problem with stdlib/starfiles. It might be more problematic to change all x86 test to use these flags
Although it will probably built, but I sugget _start here