llvm-hello-world icon indicating copy to clipboard operation
llvm-hello-world copied to clipboard

LLVM's Hello World Assembly Code

Results 2 llvm-hello-world issues
Sort by recently updated
recently updated
newest added

``` lli-3.9: test.ll:11:45: error: expected comma after getelementptr's type %cast210 = getelementptr [13 x i8]* @.str, i64 0, i64 0 ```

Trying to generate a binary with clang will result in the following error: $me clang a.ll a.ll:11:45: error: expected comma after getelementptr's type %cast210 = getelementptr [13 x i8]* @.str,...