[libcxx] [llvm] [libc++][test] `ADDITIONAL_COMPILE_FLAGS` should be a space-separated list (PR #73541)
Stephan T. Lavavej via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 12:04:05 PST 2023
================
@@ -4,6 +4,10 @@
// MY_RUN: baz
// MY_LIST: one, two
// MY_LIST: three, four
+// MY_SPACE_LIST: orange
----------------
StephanTLavavej wrote:
Great idea, pushed. This should be handled by my previous commit to avoid empty strings when splitting. (Without that logic, the initial space after the colon was emitting an empty string.)
https://github.com/llvm/llvm-project/pull/73541
More information about the llvm-commits
mailing list