|
|
| Bugzilla Link |
10479 |
| Resolution |
FIXED |
| Resolved on |
Jul 26, 2011 10:32 |
| Version |
2.9 |
| OS |
Linux |
Extended Description
This bug could be reported to llvm since it seems to come from <llvm/ADT/Triple.h>.
Under Kfreebsd, the line:
std::cout << T.getOSTypeName(T.getOS()) << "\n";
will returns unknown.
In the Makefile at the root directory, the following command:
-I$(SRC_DIR)/$(shell $(TARGET_UTIL) -o)
returns "unknown" causing the unknown/OS.h file (which fails on purpose).
It has been reported here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635288