aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/DenseMapTest.cpp
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-07-10 10:43:14 -0700
committerGitHub <noreply@github.com>2025-07-10 10:43:14 -0700
commitc92d5dad67aafded296653c2b9a369a7fe24ba13 (patch)
tree7bf6a1ed8170d634c642e42c7d377141fbbf827d /llvm/unittests/ADT/DenseMapTest.cpp
parentdd1105bcea7a8411814586af5d58d2d3758e80c1 (diff)
downloadllvm-c92d5dad67aafded296653c2b9a369a7fe24ba13.zip
llvm-c92d5dad67aafded296653c2b9a369a7fe24ba13.tar.gz
llvm-c92d5dad67aafded296653c2b9a369a7fe24ba13.tar.bz2
[clang] Use a specific target when testing that `-fomit-frame-pointer` and `-pg` are mutually exclusive (#148000)
Some targets, such as `aarch64-pc-windows-msvc`, always require that Frame Pointer be reserved even when `-fomit-frame-pointer` is provided, thus it is always valid to use `-pg` on those targets. This test didn't take these targets into account; thus it was failing on Arm64 Windows host machines. The fix is to explicitly set a target that doesn't require Frame Pointers reservation.
Diffstat (limited to 'llvm/unittests/ADT/DenseMapTest.cpp')
0 files changed, 0 insertions, 0 deletions