1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-28 21:38:44 +00:00

Testcase for recent llvm-gcc fix

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2008-11-03 14:43:31 +00:00
parent 5c58a3168f
commit d1000d9927

@ -0,0 +1,3 @@
! RUN: %llvmgcc -c %s -march=k8
! Note: this file intentionally left blank, the problem itself is in
! frontend initialization routines and march flag!