Author: Nick Desaulniers Date: 2020-08-07T16:11:26-07:00 New Revision: 73413d266abc2436bd1993a4e21a9151bd102f17
URL: https://github.com/llvm/llvm-project/commit/73413d266abc2436bd1993a4e21a9151bd102f17 DIFF: https://github.com/llvm/llvm-project/commit/73413d266abc2436bd1993a4e21a9151bd102f17.diff LOG: Revert "fix windows build for D80242" This reverts commit cbd8ec93709376fbf404c99f4eee399790e26db7. Added: Modified: clang/test/CodeGen/debug-info-unused-types.cpp Removed: ################################################################################ diff --git a/clang/test/CodeGen/debug-info-unused-types.cpp b/clang/test/CodeGen/debug-info-unused-types.cpp index b32b82f62b29..ebe1e94624b6 100644 --- a/clang/test/CodeGen/debug-info-unused-types.cpp +++ b/clang/test/CodeGen/debug-info-unused-types.cpp @@ -1,8 +1,8 @@ -// RUN: %clangxx -fno-eliminate-unused-debug-types -g -emit-llvm -S -o - %s | FileCheck %s -// RUN: %clangxx -fno-eliminate-unused-debug-types -g1 -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s -// RUN: %clangxx -feliminate-unused-debug-types -g -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s -// RUN: %clangxx -g -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s -// RUN: %clangxx -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s +// RUN: %clang++ -fno-eliminate-unused-debug-types -g -emit-llvm -S -o - %s | FileCheck %s +// RUN: %clang++ -fno-eliminate-unused-debug-types -g1 -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s +// RUN: %clang++ -feliminate-unused-debug-types -g -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s +// RUN: %clang++ -g -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s +// RUN: %clang++ -emit-llvm -S -o - %s | FileCheck --check-prefix=NODBG %s using foo = int; class bar {}; enum class baz { BAZ }; _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
