Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148118650
D26400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D26400.diff
View Options
Index: head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
===================================================================
--- head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
+++ head/contrib/llvm-project/clang/lib/Basic/Targets.cpp
@@ -358,6 +358,8 @@
switch (os) {
case llvm::Triple::Linux:
return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts);
+ case llvm::Triple::FreeBSD:
+ return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts);
case llvm::Triple::NetBSD:
return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts);
case llvm::Triple::OpenBSD:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 16, 10:16 PM (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29777866
Default Alt Text
D26400.diff (614 B)
Attached To
Mode
D26400: [PowerPC64LE] Add target for powerpc64le-*-freebsd*
Attached
Detach File
Event Timeline
Log In to Comment