mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 02:44:32 +00:00
Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter
to ASM_EXPR). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fa5416b6f6
commit
00d4bc0aa8
6
test/FrontendAda/asm.adb
Normal file
6
test/FrontendAda/asm.adb
Normal file
@ -0,0 +1,6 @@
|
||||
-- RUN: %llvmgcc -c %s -o /dev/null
|
||||
with System.Machine_Code;
|
||||
procedure Asm is
|
||||
begin
|
||||
System.Machine_Code.Asm ("");
|
||||
end;
|
Loading…
x
Reference in New Issue
Block a user