blob: 43656e36021ffaf36a23b29fa057fa61fc2218e0 [file] [log] [blame]
Fangrui Songaed488e2020-02-02 19:30:39 -08001// RUN: %clang_cc1 -emit-llvm -fsemantic-interposition %s -o - | FileCheck --check-prefix=INTERPOSITION %s
2// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck --check-prefix=NO %s
serge-sans-paillefd09f122020-01-16 11:56:41 +01003
Fangrui Songaed488e2020-02-02 19:30:39 -08004// INTERPOSITION: !{{[0-9]+}} = !{i32 1, !"SemanticInterposition", i32 1}
5// NO-NOT: "SemanticInterposition"