| author | |
| committer | |
| log | 6cd14f051d22fdba913a800f1230143965e360ca |
| tree | df878c52c5a161a67b4cfd8797e9b41bcdb69f4d |
| parent | 895aea0b630df97edbbcf68bfad251968c9b9fbf |
for anonymous constants1 files changed, 1 insertions(+), 0 deletions(-)
src/codegen/llvm.zig+1| ... | ... | @@ -1648,6 +1648,7 @@ pub const FuncGen = struct { |
| 1648 | 1648 | global.setInitializer(llvm_val); |
| 1649 | 1649 | global.setLinkage(.Private); |
| 1650 | 1650 | global.setGlobalConstant(.True); |
| 1651 | global.setUnnamedAddr(.True); | |
| 1651 | 1652 | global.setAlignment(ty.abiAlignment(target)); |
| 1652 | 1653 | gop.value_ptr.* = global; |
| 1653 | 1654 | return global; |