[cfe-dev] Clang and -mcmodel=large
Andrea OrrĂ¹
andreaorru91 at gmail.com
Sat Jun 6 10:57:01 PDT 2009
Hello all,
I'm developing a hobby kernel for x86-64 machines,
and I put the kernel into the higher half.
I'm trying to switch from GCC to Clang, but it seems
that the latter doesn't support the -mcmodel=large
option, which is required in order to put the kernel
at the 0xFFFF800000000000 in virtual memory,
as specified in my linker script:
http://pastebin.com/f2f9e0112
Any workarounds or plans for implementing that feature
in the Clang compiler?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090606/40afc0e1/attachment.html>
More information about the cfe-dev
mailing list