Commit c92d5da
authored
[clang] Use a specific target when testing that
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.-fomit-frame-pointer and -pg are mutually exclusive (#148000)1 parent dd1105b commit c92d5da
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments