[libcxx-commits] [PATCH] D100210: [libc++] Divorce the std Lit feature from the -std=XXX compiler flag

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 9 10:00:25 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/utils/libcxx/test/params.py:50
+    return '-std='+std
+  if fallbacks[std] and hasCompileFlag(cfg, '-std='+fallbacks[std]):
+    return '-std='+fallbacks[std]
----------------
`if std in fallbacks and`
should fix the build errors.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100210/new/

https://reviews.llvm.org/D100210



More information about the libcxx-commits mailing list