Alejandro Alonso
234410f2fe
Change to _hasAtomicBitWidth
2023-10-09 14:05:45 -07:00
Alejandro Alonso
a3f4361280
Add _atomicBitWidth compilation conditional
...
fix warning
2023-09-29 14:43:34 -07:00
Dario Rexin
294342a1d3
Add _pointerBitWidth platform condition ( #41534 )
...
* Add _pointerBitWidth platform condition
* Fixes after rebasing
---------
Co-authored-by: Xiaodi Wu <xiaodi.wu@gmail.com >
2023-03-21 20:59:32 -07:00
Saleem Abdulrasool
52952623db
test: remove extraneous macro definitions
...
These tests were defining an unused macro for no clear reason. Remove
them to simplify the tests.
2019-05-07 08:06:02 -07:00
David Farler
b7d17b25ba
Rename -parse flag to -typecheck
...
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Jordan Rose
d6a726e6fe
SE-0106: Add "macOS" as an alias of "OSX" for #if.
...
...by canonicalizing it to the known platform name. This isn't a
wonderful answer, but it preserves the invariant that a platform
condition has at most one value.
A later commit will switch which one is the default.
2016-07-07 14:57:57 -07:00
Bryan Chan
bb3486df93
Add new _endian() platform condition check; valid values are "little" and "big".
2016-05-24 19:39:15 -04:00
Jordan Rose
7954be4d87
[test] Move BuildConfigurations/ to Parse/ConditionalCompilation/.
...
Also move a Parse test that's really about conditional compilation
directives into the new folder.
2016-02-12 11:10:32 -08:00