]> granicus.if.org Git - clang/commit
CodeGenObjC/instr-profile.m: Add -target darwin to appease bots.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Mar 2014 07:29:30 +0000 (07:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Mar 2014 07:29:30 +0000 (07:29 +0000)
commit1cc74bce59339e3a5a4648a5daa8cf0467e343e3
treeab9135188b4038163671b5be0a69fc741ef92f40
parent516e77b4bd80d0682f9166563524724cc171b5a1
CodeGenObjC/instr-profile.m: Add -target darwin to appease bots.

This expected;
  ; Function Attrs: uwtable
  define internal void @"\01+[A foreach:]"(i8* %self, i8* %_cmd, %0* %array) #0 {

But the Name is mangled on other hosts; (x86_64-unknown-unknown)
  ; Function Attrs: nounwind uwtable
  define internal void @_c_A__foreach_(i8* %self, i8* %_cmd, %1* %array) #0 {

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203092 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenObjC/instr-profile.m