Commit 4a367a0
committed
[utils][presets] Build libc++ for LLDB on linux
We pass `-stdlib=libc++` in the test-suite to
Clang for many of our tests because we want to
explicilty test against libc++ type layouts.
However, if we don't do this against a newly built
libc++ we risk testing against old/unexpected layouts
or if libc++ isn't available on the system, falling
back to the system libstdc++.
This patch adds libcxx as an explicit target in the preset
so the tests build against a fresh libc++ (as we do for
our other LLDB presets too).1 parent 9a8f8d0 commit 4a367a0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3066 | 3066 | | |
3067 | 3067 | | |
3068 | 3068 | | |
| 3069 | + | |
| 3070 | + | |
3069 | 3071 | | |
3070 | 3072 | | |
3071 | 3073 | | |
| |||
0 commit comments