You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script to cherry-pick your existing patches to the new monorepo.
37
+
38
+
6. Make sure to set the following CMake flag to enable clang in your builds:
39
+
`-DLLVM_ENABLE_PROJECTS=clang`
40
+
9
41
## Compiler source code update
10
42
11
-
On January 25, 2019, we updated to LLVM/clang sources from January 16, 2019. If you are building the Checked C clang compiler
12
-
from source code, we suggest you do a clean build by deleting your cmake object directory.
43
+
On January 25, 2019, we updated to LLVM/Clang sources from January 16, 2019.
44
+
If you are building the Checked C clang compiler from source code, we suggest
45
+
you do a clean build by deleting your cmake object directory.
13
46
14
47
## We are hiring.
15
48
16
-
We have a position available for a
17
-
[Principal Software Engineer](https://careers.microsoft.com/us/en/job/559081/Principal-Software-Engineer) or a
18
-
[Senior Software Engineer](https://careers.microsoft.com/us/en/job/570339/Senior-Software-Engineer). We are looking for someone wih compiler and programming language implementation experience who is passionate about making software more secure and reliable.
49
+
We have a position available for a [Principal Software
For other platforms, you will have to build your own copy of the compiler. For directions on how to do this, see
26
-
the [Checked C clang wiki](https://github.com/Microsoft/checkedc-clang/wiki). The compiler user manual is [here](https://github.com/Microsoft/checkedc-clang/wiki/Checked-C-clang-user-manual).
27
-
For more information on Checked C and pointers to example code, see our [Wiki](https://github.com/Microsoft/checkedc/wiki).
58
+
Programmers are welcome to "kick the tires" on Checked C as it is being
59
+
implemented. We have pre-built compiler installers for Windows available for
60
+
download on the [release
61
+
page](https://github.com/Microsoft/checkedc-clang/releases). For other
62
+
platforms, you will have to build your own copy of the compiler. For
63
+
directions on how to do this, see the [Checked C clang
64
+
wiki](https://github.com/Microsoft/checkedc-clang/wiki). The compiler user
For more information on the Checked C clang compiler, see the [Checked C clang wiki](https://github.com/Microsoft/checkedc-clang/wiki).
72
+
For more information on the Checked C clang compiler, see the [Checked C clang
0 commit comments