File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
compiler-rt/lib/msan/tests Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ set(MSAN_LIBCXX_CFLAGS
11
11
-Wno-pedantic )
12
12
13
13
# Unittest sources and build flags.
14
- set (MSAN_UNITTEST_SOURCES msan_test.cc msan_test_main.cc )
15
- set (MSAN_LOADABLE_SOURCE msan_loadable.cc )
14
+ set (MSAN_UNITTEST_SOURCES
15
+ msan_test.cpp
16
+ msan_test_main.cpp
17
+ )
18
+ set (MSAN_LOADABLE_SOURCE
19
+ msan_loadable.cpp
20
+ )
16
21
set (MSAN_UNITTEST_HEADERS
17
22
msan_test_config.h
18
23
../../../include/sanitizer/msan_interface.h
19
- )
24
+ )
20
25
set (MSAN_UNITTEST_COMMON_CFLAGS
21
26
-nostdinc++
22
27
-isystem ${COMPILER_RT_LIBCXX_PATH} /include
Original file line number Diff line number Diff line change 1
- // ===-- msan_loadable.cc - -------------------------------------------------===//
1
+ // ===-- msan_loadable.cpp -------------------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- msan_test.cc - -----------------------------------------------------===//
1
+ // ===-- msan_test.cpp -----------------------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- msan_test_main.cc - ------------------------------------------------===//
1
+ // ===-- msan_test_main.cpp ------------------------------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments