mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
compiler-rt: Rename .cc file in test/xray to .cpp
Like r367463, but for test/xray. Update test/xray/lit.cfg.py config.suffixes to remove .cc (we actually don't have .c tests now) llvm-svn: 367652
This commit is contained in:
@@ -51,7 +51,7 @@ config.substitutions.append(
|
||||
% (libdl_flag, config.compiler_rt_libdir, config.target_suffix)))
|
||||
|
||||
# Default test suffixes.
|
||||
config.suffixes = ['.c', '.cc', '.cpp']
|
||||
config.suffixes = ['.c', '.cpp']
|
||||
|
||||
if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD', 'OpenBSD']:
|
||||
config.unsupported = True
|
||||
|
||||
Reference in New Issue
Block a user