Skip to content

Commit

Permalink
Removed a late added test-case from the tests for #74629
Browse files Browse the repository at this point in the history
This test-case was generating invalid IR and causing the test to fail.

Given that the reviewer initially accepted the change without this
test case I feel that it is appropriate to remove this test case,
to get the build to pass, and find a way to reimplement this test-case
in a later commit.
  • Loading branch information
bd1976bris committed Jan 20, 2024
1 parent a387bce commit fd49ef1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions clang/test/CodeGenCXX/visibility-dllstorageclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
// RUN: -x c++ %s -S -emit-llvm -o - | \
// RUN: FileCheck %s --check-prefixes=ALL_KEEP

//// Show that omitting -fvisibility-from-dllstorageclass causes the other options to be ignored.
// RUN: %clang_cc1 -triple x86_64-unknown-windows-itanium -fdeclspec \
// RUN: -fvisibility=hidden \
// RUN: -fapply-global-visibility-to-externs \
// RUN: -fvisibility-dllexport=protected \
// RUN: -fvisibility-nodllstorageclass=protected \
// RUN: -fvisibility-externs-dllimport=protected \
// RUN: -fvisibility-externs-nodllstorageclass=protected \
// RUN: -x c++ %s -S -emit-llvm -o - | \
// RUN: FileCheck %s --check-prefixes=ALL_KEEP

// Local
static void l() {}
void use_locals(){l();}
Expand Down

0 comments on commit fd49ef1

Please sign in to comment.