Commit 4d57130
authored
[Flang] Revert/Fix some bot changes. (#275)
For the time being, change the Flang bot config to something without
libcxx, libunwind, compiler-rt.
This is an attempt to bring the bot back to green and guarantee some
coverage.
The issues that showed up:
- Enabling libunwind as default unwind library leads to
file-not-found-errors in the OpenMP tests.
- [edit] Adding libunwind also makes Offload believe the system is 32
bit and not build the offload library [/edit]
- Enabling compiler-rt and not libunwind leads to a failing build of
some parts of archer.
- Removing libunwind and compiler-rt while enabling libcxx/libcxx-abi
does lead to a CMake error that it wants to use libunwind, but that is
not specified.1 parent 472e6bf commit 4d57130
1 file changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1940 | 1940 | | |
1941 | 1941 | | |
1942 | 1942 | | |
1943 | | - | |
1944 | | - | |
| 1943 | + | |
| 1944 | + | |
1945 | 1945 | | |
1946 | 1946 | | |
1947 | 1947 | | |
| |||
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
1953 | | - | |
1954 | | - | |
1955 | | - | |
1956 | | - | |
1957 | | - | |
1958 | | - | |
1959 | | - | |
1960 | | - | |
1961 | | - | |
1962 | 1953 | | |
1963 | 1954 | | |
1964 | 1955 | | |
1965 | | - | |
1966 | | - | |
1967 | | - | |
1968 | 1956 | | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
1969 | 1962 | | |
1970 | 1963 | | |
1971 | 1964 | | |
| |||
0 commit comments