projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db4b72
)
Compile with v9 extensions
author
Chris Lattner
<sabre@nondot.org>
Mon, 15 Oct 2001 17:55:35 +0000
(17:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 15 Oct 2001 17:55:35 +0000
(17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index a6241ac75eae173635e2ddd5934d540c0bb9bf29..0f8c38056ff34ac2e2b60d0646ba0aa258ad95a7 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-55,5
+55,6
@@
clean :
%.o: %.s
- $(CC) -c $(CCFLAGS) $<
+ $(CC) -c $(CCFLAGS) $< -xarch=v9
+