File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ driver and add the option you need. Alternatively, you can run
51
51
``clang -Xclang <option> ... `` to force the driver pass ``<option> `` to
52
52
``clang -cc1 ``.
53
53
54
- I get errors about some headers being missing (``stddef.h ``, ``stdard .h ``)
54
+ I get errors about some headers being missing (``stddef.h ``, ``stdarg .h ``)
55
55
--------------------------------------------------------------------------
56
56
57
- Some header files (``stddef.h ``, ``stdard .h ``, and others) are shipped with
57
+ Some header files (``stddef.h ``, ``stdarg .h ``, and others) are shipped with
58
58
Clang --- these are called builtin includes. Clang searches for them in a
59
59
directory relative to the location of the ``clang `` binary. If you moved the
60
60
``clang `` binary, you need to move the builtin headers, too.
You can’t perform that action at this time.
0 commit comments