mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Added support for clang++ on OSX
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
99b7f7509d
commit
e0fcbc101c
10 changed files with 68 additions and 20 deletions
|
@ -16,6 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#if !defined(__clang__)
|
||||
#include"polynomial.h"
|
||||
#include"polynomial_factorization.h"
|
||||
#include"polynomial_var2value.h"
|
||||
|
@ -1851,3 +1852,8 @@ void tst_polynomial() {
|
|||
tst1();
|
||||
tst4();
|
||||
}
|
||||
#else
|
||||
void tst_polynomial() {
|
||||
// it takes forever to compiler these regressions using clang++
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue