This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-13 20:32:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
da834093b7
llvm-6502
/
test
/
FrontendAda
/
global_constant.adb
6 lines
98 B
Ada
Raw
Normal View
History
Unescape
Escape
Dragonegg cannot output bitcode, only human readable IR, so use -S rather than -c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120157 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-25 21:21:59 +00:00
-- RUN: %llvmgcc -S %s -I%p/Support
Testcase for yet another global constant Ada f-e bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36874 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-06 16:20:30 +00:00
package
body
Global_Constant
is
begin
raise
An_Error
;
end
;
Reference in New Issue
Copy Permalink