Skip to content

Commit

Permalink
Fix clang/test/CodeGen/ms_this.cpp.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255685 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Dec 15, 2015
1 parent 959620c commit ddce9a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/CodeGen/ms_this.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Hexagon build bot defines hexagon-unknown-elf as the default target triple,
// which seems to trump the -triple argument for some reason.
// UNSUPPORTED: hexagon
// REQUIRES: x86-registered-target

// RUN: %clang_cc1 -triple x86_64-pc-win32 -fasm-blocks -emit-llvm %s -o - | FileCheck %s
class t1 {
Expand Down

0 comments on commit ddce9a4

Please sign in to comment.