forked from OSchip/llvm-project
Disable XRay test fork_basic_logging for NetBSD
This code has not been ported so far. llvm-svn: 346196
This commit is contained in:
parent
d36f3b0f92
commit
927c8803c1
|
@ -11,6 +11,9 @@
|
|||
// REQUIRES: x86_64-target-arch
|
||||
// REQUIRES: built-in-llvm-tree
|
||||
|
||||
// Not ported.
|
||||
// UNSUPPORTED: netbsd
|
||||
|
||||
#include "xray/xray_log_interface.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue