Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/test/msan/Linux/swapcontext_annotation_reset.cpp
// RUN: %clangxx_msan -fno-sanitize=memory -c %s -o %t-main.o | // RUN: %clangxx_msan -fno-sanitize-memory-param-retval -fno-sanitize=memory -c %s -o %t-main.o | ||||
// RUN: %clangxx_msan %t-main.o %s -o %t | // RUN: %clangxx_msan -fno-sanitize-memory-param-retval %t-main.o %s -o %t | ||||
// RUN: %run %t | // RUN: %run %t | ||||
#include <assert.h> | #include <assert.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <ucontext.h> | #include <ucontext.h> | ||||
#include <unistd.h> | #include <unistd.h> | ||||
▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines |