diff options
author | Duncan Sands <baldrick@free.fr> | 2011-07-26 15:30:04 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-07-26 15:30:04 +0000 |
commit | 652b48bf231521642c53221a7d10a0acf2030f48 (patch) | |
tree | ad89f4108a0d0fac11aac5fed849f74fa2be57f5 /include/llvm/ADT/Triple.h | |
parent | 3d72290ecb30002d4372b6afbeda73812221ac3e (diff) |
Teach the Triple class about kfreebsd (FreeBSD kernel with
a GNU userspace).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Triple.h')
-rw-r--r-- | include/llvm/ADT/Triple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h index 0ad096b937..a48620ed64 100644 --- a/include/llvm/ADT/Triple.h +++ b/include/llvm/ADT/Triple.h @@ -82,6 +82,7 @@ public: DragonFly, FreeBSD, IOS, + KFreeBSD, Linux, Lv2, // PS3 MacOSX, |