mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[OCaml] Add more Llvm_target tests
Patch by Jacques-Pascal Deplaix llvm-svn: 210482
This commit is contained in:
parent
5c56850c1f
commit
8afd4c6d7c
@ -86,7 +86,8 @@ let test_target_machine () =
|
||||
assert_equal (TM.triple machine) (Target.default_triple ());
|
||||
assert_equal (TM.cpu machine) "";
|
||||
assert_equal (TM.features machine) "";
|
||||
ignore (TM.data_layout machine)
|
||||
ignore (TM.data_layout machine);
|
||||
TM.set_verbose_asm true machine
|
||||
|
||||
|
||||
(*===-- Code Emission -----------------------------------------------------===*)
|
||||
|
Loading…
Reference in New Issue
Block a user