[llvm] [libcxx] [libc++][test] `ADDITIONAL_COMPILE_FLAGS` should be a space-separated list (PR #73541)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 11:45:12 PST 2023
================
@@ -4,6 +4,10 @@
// MY_RUN: baz
// MY_LIST: one, two
// MY_LIST: three, four
+// MY_SPACE_LIST: orange
----------------
ldionne wrote:
We could add a test where we have multiple spaces between items.
https://github.com/llvm/llvm-project/pull/73541
More information about the llvm-commits
mailing list