[all-commits] [llvm/llvm-project] a612cb: [sanitizer][test] -std=c2x instead of -std=c23
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Aug 31 23:33:01 PDT 2023
Branch: refs/heads/release/17.x
Home: https://github.com/llvm/llvm-project
Commit: a612cb0b81d8b2573c30e5ae89a8e899999b045b
https://github.com/llvm/llvm-project/commit/a612cb0b81d8b2573c30e5ae89a8e899999b045b
Author: Fangrui Song <i at maskray.me>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/scanf.c
M compiler-rt/test/sanitizer_common/TestCases/strtol.c
Log Message:
-----------
[sanitizer][test] -std=c2x instead of -std=c23
Adjust tests from dd230efe703f34678ce52280e50238abf908aaa1 to use
-std=c2x instead, as Clang in release/17.x doesn't support -std=c23.
More information about the All-commits
mailing list