[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenObjC / selector-ref-invariance.m
blob18fb828d29de5d80fa842623a1304073b7975820
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -emit-llvm -fblocks -o - %s | FileCheck %s
3 // rdar://6027699
5 void test(id x) {
6 // CHECK: load i8*, i8** @OBJC_SELECTOR_REFERENCES_, align 8, !invariant.load
7 // CHECK: @objc_msgSend
8   [x foo];