Skip to content
Snippets Groups Projects
Commit d8a87ff6 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.

FIXME: Could this be made generic?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213441 91177308-0d34-0410-b5e6-96231b3b80d8
parent 1614d5ce
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 %s -O3 -emit-llvm -gline-tables-only -S -verify -o /dev/null // RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -O3 -emit-llvm -gline-tables-only -S -verify -o /dev/null
// REQUIRES: x86-registered-target
// Test verifies optimization failures generated by the backend are handled // Test verifies optimization failures generated by the backend are handled
// correctly by clang. LLVM tests verify all of the failure conditions. // correctly by clang. LLVM tests verify all of the failure conditions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment