Sign in
llvm
/
llvm-project
/
compiler-rt
/
9d7a9c3a8de8626c497db3a23226e7965ea2988e
/
.
/
test
/
profile
/
profile_test.h
blob: 557db99abb51ff675684ddc4feae20bfaec88194 [
file
] [
log
] [
blame
]
#ifndef
PROFILE_TEST_H
#define
PROFILE_TEST_H
#if defined(_MSC_VER)
# define ALIGNED(x) __declspec(align(x))
#else
// _MSC_VER
# define ALIGNED(x) __attribute__((aligned(x)))
#endif
#endif
// PROFILE_TEST_H