diff options
-rw-r--r-- | test/Feature/properties.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll new file mode 100644 index 0000000000..19a6ec99fd --- /dev/null +++ b/test/Feature/properties.ll @@ -0,0 +1,4 @@ + +target endian = little +target pointersize = 32 + |