diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-16 19:16:08 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-16 19:16:08 -0500 |
| commit | 20f3b0efff76cb3c611b72c1c1862490aef79b80 (patch) | |
| tree | a7480ae1b27776576f12392a798c18c2fb293be5 /src/codegen.cpp | |
| parent | c25742010d69e0e56f1fda99f1b986be52165e3b (diff) | |
| download | zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.tar.gz zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.zip | |
rename libuserland to libstage2
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp index 22d76c1372..0b5d2e82f1 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -18,7 +18,7 @@ #include "target.hpp" #include "util.hpp" #include "zig_llvm.h" -#include "userland.h" +#include "stage2.h" #include "dump_analysis.hpp" #include "softfloat.hpp" #include "mem_profile.hpp" |
