llvmGen: Fix built-in variable predicate
Previously the predicate to identify LLVM builtin global variables was checking for `$llvm` rather than `@llvm` as it should.
Loading
Please register or sign in to comment
Previously the predicate to identify LLVM builtin global variables was checking for `$llvm` rather than `@llvm` as it should.