[all-commits] [llvm/llvm-project] 841ff7: [Driver][test] Clean up some xray tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jul 24 10:05:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 841ff7c6ca4c6fa9ff3ac6ba93e177462b7d668e
https://github.com/llvm/llvm-project/commit/841ff7c6ca4c6fa9ff3ac6ba93e177462b7d668e
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M clang/test/Driver/XRay/xray-ignore-loops-flags.cpp
M clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp
M clang/test/Driver/XRay/xray-mode-flags.cpp
M clang/test/Driver/XRay/xray-nolinkdeps.cpp
R clang/test/Driver/XRay/xray-shared-noxray.cpp
Log Message:
-----------
[Driver][test] Clean up some xray tests
Add explicit --target= so that the tests run on all targets, not some
that support XRay, similar to commit e1051414a16e970c2e36c2ab7dfe2b17353c4751.
For option testing, we often use a placeholder architecture (e.g., x86_64).
Fix https://github.com/llvm/llvm-project/issues/64028
More information about the All-commits
mailing list